home *** CD-ROM | disk | FTP | other *** search
/ MacWorld: Super Stacks! / Macworld CD.iso / HyperCard Archives / International / French v1.2.5.1 / Piles principales / Notes sur la version 1.2.5 / background_5077.txt < prev    next >
Text File  |  1989-10-04  |  4KB  |  205 lines

  1. -- background: 5077 from stack: in.5
  2. -- bmap block id: 15797
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Information
  6. ----- HyperTalk script -----
  7. on opencard
  8.   set scroll of field "Texte" to 0
  9.   pass openCard
  10. end opencard
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17. -- part 1 (field)
  18. -- low flags: 03
  19. -- high flags: 2007
  20. -- rect: left=20 top=56 right=303 bottom=496
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 0 / 0
  23. -- text alignment: 0
  24. -- font id: 2
  25. -- text size: 12
  26. -- style flags: 0
  27. -- line height: 15
  28. -- part name: Texte
  29.  
  30.  
  31. -- part 2 (field)
  32. -- low flags: 01
  33. -- high flags: 2000
  34. -- rect: left=12 top=25 right=53 bottom=371
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 0 / 0
  37. -- text alignment: 0
  38. -- font id: 2
  39. -- text size: 18
  40. -- style flags: 256
  41. -- line height: 20
  42. -- part name: Titre
  43.  
  44.  
  45. -- part 17 (field)
  46. -- low flags: 01
  47. -- high flags: 2000
  48. -- rect: left=373 top=21 right=54 bottom=502
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 0 / 0
  51. -- text alignment: 65535
  52. -- font id: 3
  53. -- text size: 12
  54. -- style flags: 0
  55. -- line height: 12
  56. -- part name: Section
  57.  
  58.  
  59. -- part 25 (button)
  60. -- low flags: 00
  61. -- high flags: 2000
  62. -- rect: left=14 top=314 right=339 bottom=52
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 20098 / 20098
  65. -- text alignment: 1
  66. -- font id: 0
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: Home
  71. ----- HyperTalk script -----
  72. on mouseUp
  73.   go home
  74. end mouseUp
  75.  
  76.  
  77.  
  78. -- part 33 (button)
  79. -- low flags: 00
  80. -- high flags: 2004
  81. -- rect: left=164 top=314 right=337 bottom=202
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 17779 / 17779
  84. -- text alignment: 1
  85. -- font id: 0
  86. -- text size: 12
  87. -- style flags: 0
  88. -- line height: 16
  89. -- part name: Carte précédente
  90. ----- HyperTalk script -----
  91. on mouseUp
  92.   previousCard
  93. end mouseUp
  94.  
  95.  
  96.  
  97. -- part 34 (button)
  98. -- low flags: 00
  99. -- high flags: A004
  100. -- rect: left=201 top=314 right=337 bottom=314
  101. -- title width / last selected line: 0
  102. -- icon id / first selected line: 0 / 0
  103. -- text alignment: 1
  104. -- font id: 3
  105. -- text size: 12
  106. -- style flags: 256
  107. -- line height: 16
  108. -- part name: Menu principal
  109. ----- HyperTalk script -----
  110. on mouseUp
  111.   cancelFindNext
  112.   cancelGoBack
  113.   visual barn door close
  114.   go first card
  115. end mouseUp
  116.  
  117.  
  118.  
  119. -- part 35 (button)
  120. -- low flags: 00
  121. -- high flags: 2004
  122. -- rect: left=313 top=314 right=337 bottom=351
  123. -- title width / last selected line: 0
  124. -- icon id / first selected line: 8419 / 8419
  125. -- text alignment: 1
  126. -- font id: 0
  127. -- text size: 12
  128. -- style flags: 0
  129. -- line height: 16
  130. -- part name: Carte suivante
  131. ----- HyperTalk script -----
  132. on mouseUp
  133.   nextCard
  134. end mouseUp
  135.  
  136.  
  137. -- part 36 (button)
  138. -- low flags: 80
  139. -- high flags: A004
  140. -- rect: left=361 top=314 right=336 bottom=415
  141. -- title width / last selected line: 0
  142. -- icon id / first selected line: 0 / 0
  143. -- text alignment: 1
  144. -- font id: 3
  145. -- text size: 9
  146. -- style flags: 256
  147. -- line height: 12
  148. -- part name: Retour
  149. ----- HyperTalk script -----
  150. on mouseUp
  151.   global pushList
  152.   subtract 1 from pushList
  153.   lock screen
  154.   hide bg btn "Retour"
  155.   pop card
  156.   if pushList > 0 then
  157.     show bg btn "Retour"
  158.   else
  159.     hide bg btn "Retour"
  160.   end if
  161.   unlock screen
  162. end mouseUp
  163.  
  164.  
  165.  
  166.  
  167. -- part 40 (button)
  168. -- low flags: 80
  169. -- high flags: A004
  170. -- rect: left=356 top=314 right=337 bottom=424
  171. -- title width / last selected line: 0
  172. -- icon id / first selected line: 0 / 0
  173. -- text alignment: 1
  174. -- font id: 3
  175. -- text size: 9
  176. -- style flags: 256
  177. -- line height: 12
  178. -- part name: Poursuivre
  179. ----- HyperTalk script -----
  180. on mouseUp
  181.   findNext
  182. end mouseUp
  183.  
  184.  
  185.  
  186.  
  187. -- part 41 (button)
  188. -- low flags: 00
  189. -- high flags: A004
  190. -- rect: left=430 top=314 right=337 bottom=504
  191. -- title width / last selected line: 0
  192. -- icon id / first selected line: 0 / 0
  193. -- text alignment: 1
  194. -- font id: 3
  195. -- text size: 9
  196. -- style flags: 256
  197. -- line height: 12
  198. -- part name: Chercher…
  199. ----- HyperTalk script -----
  200. on mouseUp
  201.   myFind
  202. end mouseUp
  203.  
  204.  
  205.